home *** CD-ROM | disk | FTP | other *** search
- on setBGColor
- set firstdataCast to 301
- set lastDataCast to 438
- repeat with c = firstdataCast to lastDataCast
- set the backColor of cast c to 1
- end repeat
- end
-
- on setFGColor
- set firstdataCast to 301
- set lastDataCast to 438
- repeat with c = firstdataCast to lastDataCast
- set the foreColor of cast c to 221
- end repeat
- end
-